"Wheelerguy" (wheelerguy)
09/02/2018 at 03:36 • Filed to: None | 0 | 7 |
Midterm practical tests are coming up and I thought of turning to you lot (and Reddit, eventually) to help me ace it. Hit it!
facw
> Wheelerguy
09/02/2018 at 03:44 | 1 |
Are you really using notepad for code?
Wheelerguy
> facw
09/02/2018 at 03:50 | 0 |
No, not in school, and this one’s just a screenshot for posting purposes. Notepad++.
facw
> Wheelerguy
09/02/2018 at 03:56 | 1 |
Glad to hear it. I’m pretty sure I would quickly go insane without the formatting/syntax help to say nothing of more advanced toys. I primarily use a mix of Visual Studio, VS Code, and Geany (similar to Notepad++, they are both Scintilla-based, but Geany is cross platform so I can use it on Linux).
pip bip - choose Corrour
> Wheelerguy
09/02/2018 at 04:16 | 0 |
no idea what’s going on here?
Eric @ opposite-lock.com
> facw
09/02/2018 at 12:26 | 0 |
I do most coding in vim and Sublime Text (mostly because I use it like a huge list of dirty examples for common tasks that I haven’t yet completed in vim).
But don’t be like me, I’m insane. If I did much development in Microsoft languages, I’d use their IDEs, but I don’t.
Eric @ opposite-lock.com
> Wheelerguy
09/02/2018 at 12:28 | 0 |
Why are you using Allman and K&R in the same code?
Why are you indenting everything after instantiating that Scanner object?
These tab depths are painful. Either reduce them or refactor, your choice.
Also: I hate Java. It causes brain damage to larval software developers that takes many years to reverse.
facw
> Eric @ opposite-lock.com
09/02/2018 at 12:52 | 0 |
No vim for me. I’m team emacs... (thought really no one should use either :) )